Welcome![Sign In][Sign Up]
Location:
Search - linux lcd

Search list

[Linux-UnixST7781 LCD 驱动

Description: ST7781在linux下的驱动,通过mmap直接操作,一直在ucgui中使用
Platform: | Size: 2229 | Author: beibeiyhj | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixlcddriver-0.0.2.tar

Description: linux client/server based LCD Driver for HD44780
Platform: | Size: 35840 | Author: 毛毛 | Hits:

[Linux-Unixlcd1

Description: lcd驱动报告,看完能有所帮助-LCD driver, reading can be helped
Platform: | Size: 10240 | Author: 李勤 | Hits:

[Embeded Linuxlcd320

Description: 使用TRULY的液晶显示模块320*240-use the LCD module 320* 240
Platform: | Size: 86016 | Author: 赖赖赖 | Hits:

[Embeded Linux如何在嵌入式LINUX中添加设备驱动程序

Description: 如何在嵌入式linux中添加驱动程序,介绍了在linux中驱动程序的开发经验,并付有例程-how to add embedded linux driver, introduced in linux Driver program development experience, and pay a routine
Platform: | Size: 4096 | Author: 桂渔 | Hits:

[Linux-Unix44B0LCDuclinux

Description: lcd驱动程序,很优参考价值,望大家喜欢-LCD driver, a very excellent reference value, we look like
Platform: | Size: 95232 | Author: 刘伟东 | Hits:

[Embeded Linux44b0sources

Description: 为44bo的嵌入式linux而编的c文件,学arm的人看看,里面有lcd及其他测试程序-44bo for embedded Linux and compile c files, learning to see the arm, There are LCD and other test procedures
Platform: | Size: 125952 | Author: lcvj | Hits:

[Embeded Linuxlcdcsource

Description: uclinux的lcd显示源代码,所需要的代码,和头文件都在该文件中,避免各位下载后不去思考,请自行编辑,在44B0+UCLINUX下调试通过。适合初初接触ARM开发的学生,开发者参考。-Basis of Uclinux LCD display source code, the code required, and the first document in the document, after you download avoid not thinking, self-editing, in the next OS 44B0+ debugging through. Contact ARM cry for the development of students, the development of reference materials.
Platform: | Size: 2048 | Author: dsioda | Hits:

[ARM-PowerPC-ColdFire-MIPSau1200fb

Description: 为AU1200芯片linux系统所设计的LCD液晶显示驱动程序-AU1200 chip for linux system designed LCD Driver
Platform: | Size: 10240 | Author: align | Hits:

[OtherLCDS3C2410-llg

Description: 详细说明s3c2410 mizi linux 上如何移植各种液晶屏(TFT、STN),以及详细参数说明。-s3c2410 mizi detailed description of how the transplant linux various LCD (TFT, STN), and the parameters that describe in detail.
Platform: | Size: 365568 | Author: zeus | Hits:

[Internet-Networklinux-wlan-ng-0.2.5.tar

Description: 对于无线网卡采用prism芯片的linux的开源驱动.-used for the wireless LAN chip linux prism of the revenue-raising drive.
Platform: | Size: 552960 | Author: 陈容 | Hits:

[Linux-Unixlcd4linux-0.9.11.tar

Description: 嵌入式linux下液晶编程院代码, 可以在LINUX2.4内核下运行-under Embedded Linux programming LCD hospital code, the kernel can run LINUX2.4
Platform: | Size: 218112 | Author: 曹姓名 | Hits:

[Embeded LinuxArm_linux_LCD

Description: 三星ARM的Linux系统下的LCD程序-Samsung ARM Linux system under the procedures LCD
Platform: | Size: 2048 | Author: fsf | Hits:

[Embeded LinuxCM240128-7

Description: 240*128 带中文字库的LCD模块的驱动 平台:ARM linux -240* 128 with a Chinese font LCD module driven platforms : ARM Linux
Platform: | Size: 16384 | Author: 路晓光 | Hits:

[ARM-PowerPC-ColdFire-MIPSpxa270_lcd

Description: pxa270驱动程序,包括处理器各个部件初始化,内存初始化,还有一个lcd控制器应用的例子。(开发环境ads或linux)-pxa270-driven procedures, including various components processor initialization, memory initialization, there is a lcd controller application examples. (Development environment ads or linux)
Platform: | Size: 365568 | Author: 王才才 | Hits:

[Embeded Linuxlcd_init

Description: s3c2440 linux LCD驱动,含有多种LCD的初始化代码:TFT-T280MBQL TFT-LQ028AC21G TFT1N7028 信利的TFT-GG1P7013-s3c2440 linux LCD driver, with a variety of LCD initialization code: TFT-T280MBQL TFT-LQ028AC21G TFT1N7028 Truly' s TFT-GG1P7013 etc.
Platform: | Size: 6144 | Author: summer | Hits:

[Embeded LinuxV4L2-LCD

Description: 友善之臂MICRO2440摄像头采集与LCD显示源程序。编译需要加 -ljpeg选项。用arm-linux-gcc编译。压缩包中的v4l2_bf_10为编译后的可执行文件。可以直接下载到板子上运行。-micro2440 V4L2 api programing,display the picture on LCD.
Platform: | Size: 8192 | Author: 周远彬 | Hits:

[Linux-UnixLinux-driver-development18

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第18章、LCD设备驱动。在多媒体应用的推动下,彩色LCD越来越多地应用到了嵌入式系统中,掌上电脑(PDA)、手机等多采用TFT显示器件,支持彩色图形界面,能显示图片并进行视频媒体播放。帧缓冲(Framebuffer)是Linux为显示设备提供的一个接口,它允许上层应用程序在图形模式下直接对显示缓冲区进行读写操作。本章主要讲解帧缓冲设备Linux驱动的架构及编程方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 18, LCD device drivers. In the multimedia application to the push of color LCD, more and more applied to embedded systems, handheld computers (PDA), mobile phones and other display device, support the TFT color graphic interface, images and video can show media player. The frame buffer (Framebuffer) is Linux for a display device provide interface, it allows the upper application in the graph modes for display and direct buffer operation. This chapter covers the frame buffer equipment Linux drivers structure and framework of the programming method.
Platform: | Size: 887808 | Author: 华清远见 | Hits:

[Embeded LinuxLinux下LCD视频显示源码

Description: 本代码是在Linux环境下LCD视频显示源码(Linux under the LCD video display source)
Platform: | Size: 29696 | Author: 顾飞龙 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net